Retrieves a collection of all rooms in the specified room list in the organization.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetRoomsResponse GetRooms(
Mailbox mailbox
)
Public Function GetRooms (
mailbox As Mailbox
) As GetRoomsResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox of the room list.
Return Value
Type:
GetRoomsResponseAll the rooms within the specified room list.
See Also